func encoding/json.unquote

3 uses

	encoding/json (current package)
		decode.go#L1081: 		key, ok := unquote(item)
		decode.go#L1130: 		s, ok := unquote(item)
		decode.go#L1173: func unquote(s []byte) (t string, ok bool) {